﻿.allContent {
    width: 100%;
    height: 632px;
    position: relative;
    background: url(../images/top_bg.jpg) no-repeat top center
}

.headerNav {
    width: 100%;
    height: 120px;
    background: none;
    border-bottom: 2px solid #89c1d6;
    position: relative;
    z-index: 9999
}

.headerNav div.w1000 {
    width: 1000px;
    height: 120px;
    position: relative
}

.headerNav div.logo {
    width: 290px;
    height: 79px;
    background: url(../images/logo.png) top center no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
    cursor: pointer
}

.headerNav div.logo a {
    display: inline-block;
    width: 256px;
    height: 49px
}

.headerNav #navCon {
    width: 100%;
    position: relative;
    margin: 0 auto
}

.headerNav ul#nav {
    display: block;
    height: 90px;
    float: right;
    margin-top: -90px;
    margin-right: 200px
}

.headerNav ul#nav li {
    display: block;
    width: 90px;
    height: 90px;
    float: left;
    font: normal 16px/80px "SimHei";
    text-align: center;
    color: #fff;
    overflow: hidden
}

.headerNav ul#nav li a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff
}

.headerNav ul#nav li a:hover {
    text-decoration: none
}

.headerNav ul#nav li.active {
    top: 100%;
    z-index: 1;
    background: url(../images/navhoverbg.png) top center repeat
}

.headerNav div#subNav {
    display: inline-block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none
}

.headerNav div#subNav .subNavText {
    display: inline-block;
    width: 100%;
    height: 60px;
    background: url(../images/navhoverbg.png) top center repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    font: normal 16px/60px "SimHei";
    color: #fff;
    text-align: center
}

.headerNav div#subNav .subNavText p {
    display: block;
    height: 60px;
    float: right;
    margin-right: 120px;
    font: normal 16px/60px "SimHei";
    color: #fff;
    text-align: center
}

.headerNav div#subNav .subNavText a {
    display: block;
    width: 95px;
    float: left;
    color: #fff
}

.headerNav .navConBg {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 120px;
    left: 0px;
    background: url(../images/navhoverbg.png) top center repeat;
    display: none
}

.circle_Box {
    width: 1000px;
    height: 510px;
    margin: 0 auto;
    position: relative;
    z-index: 88
}

.circle_Box .circleCenter {
    width: 327px;
    height: 327px;
    background: url(../images/cirle.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 86px;
    left: 50%;
    margin-left: -168px
}

.circle_Box .circleBig {
    width: 449px;
    height: 442px;
    background: url(../images/cirle_big.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 26px;
    left: 50%;
    margin-left: -225px
}

.circle_Box .text {
    display: inline-block;
    width: 792px;
    height: 120px;
    background: url(../images/text.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 125px;
    left: 50%;
    margin-left: -396px
}

.circle_Box .xionganBegin {
    display: inline-block;
    width: 241px;
    height: 53px;
    background: url(../images/begin.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 302px;
    left: 50%;
    z-index: 89;
    margin-left: -120px;
    cursor: pointer
}

.circle_Box .robot {
    width: 359px;
    height: 472px;
    background: url(../images/robot.png) no-repeat top center;
    /*background-size: cover;*/
    position: absolute;
    right: -15px;
    bottom: -180px;
    z-index: 99999;
    cursor: pointer;
    transform: scale(0.7);
}

.playBox {
    width: 99%;
    position: absolute;
    top: 30px;
    z-index: 98;
    height: 230px
}

.playBox .playBoxSwiper {
    width: 95%;
    height: 130px;
    margin: 0 0 0 4%;
    overflow: hidden
}

.playBox .leftButton {
    display: inline-block;
    width: 14px;
    height: 26px;
    background: url(../images/left_b.png) no-repeat;
    position: absolute;
    top: 160px;
    left: 0px;
    cursor: pointer
}

.playBox .rightButton {
    display: inline-block;
    width: 14px;
    height: 26px;
    background: url(../images/right_b.png) no-repeat;
    position: absolute;
    top: 160px;
    right: 0px;
    cursor: pointer
}

.playBox h3 {
    padding: 15px 0 30px 0
}

.playBox div.swiper-slide {
    width: 277px;
    height: 128px;
    margin: 0 auto;
    cursor: pointer;
    background: url(../images/bo_bg.png) no-repeat
}

.playBox div.swiper-slide span {
    display: inline-block;
    width: 275px;
    height: 89px;
    border-radius: 15px 0 0 0;
    position: relative;
    overflow: hidden
}

.playBox div.swiper-slide span b {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    top: 20px;
    left: 110px
}

.playBox div.swiper-slide p {
    text-align: center;
    width: 277px;
    margin-top: 0px;
    color: #fff
}

.playBox div.swiper-slide:hover img {
    -webkit-animation: animationMove 1s ease forwards;
    animation: animationMove 1s ease forwards
}

.footerNav {
    background: #fff
}

.jiqirenAnimation {
    -webkit-animation: jiqirenAnimation 1s infinite;
    animation: jiqirenAnimation 1s infinite
}

@-webkit-keyframes jiqirenAnimation {
    0% {
        background: url(../images/robot.png) no-repeat bottom left
    }
    100% {
        background: url(../images/robot1.png) no-repeat bottom left
    }
}

@keyframes jiqirenAnimation {
    0% {
        background: url(../images/robot.png) no-repeat bottom left
    }
    100% {
        background: url(../images/robot1.png) no-repeat bottom left
    }
}

.tipBox {
    width: 1000px;
    height: 510px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px;
    z-index: 999;
    display: none
}

.tipBox span a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.tipBox .tipIconText {
    width: 300px;
    height: 180px;
    position: absolute;
    top: 160px;
    left: 50%;
    background: #fff;
    z-index: 9999;
    margin-left: -150px;
    display: none
}

.tipBox #text1 {
    background: url(../images/s1.png) no-repeat;
    background-size: cover
}

.tipBox #text2 {
    background: url(../images/s2.png) no-repeat;
    background-size: cover
}

.tipBox #text3 {
    background: url(../images/s3.png) no-repeat;
    background-size: cover
}

.tipBox #text4 {
    background: url(../images/s4.png) no-repeat;
    background-size: cover
}

.tipBox #text5 {
    background: url(../images/s5.png) no-repeat;
    background-size: cover
}

.tipBox #text6 {
    background: url(../images/s6.png) no-repeat;
    background-size: cover
}

.tipBox #text7 {
    background: url(../images/s7.png) no-repeat;
    background-size: cover
}

.tipBox #text8 {
    background: url(../images/s8.png) no-repeat;
    background-size: cover
}

.tipBox #text9 {
    background: url(../images/s9.png) no-repeat;
    background-size: cover
}

.tipBox #text10 {
    background: url(../images/s10.png) no-repeat;
    background-size: cover
}

.tipBox #text11 {
    background: url(../images/s11.png) no-repeat;
    background-size: cover
}

.tipBox .tipBoxBg {
    width: 600px;
    height: 435px;
    background: url(../images/cir_bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -300px;
    z-index: 1
}

.tipBox .tipText1 {
    display: inline-block;
    width: 256px;
    height: 37px;
    position: absolute;
    top: 200px;
    left: 50%;
    opacity: 0;
    color: #00ffc5;
    text-align: center;
    font-size: 18px;
    margin-left: -128px;
    z-index: 10
}

.tipBox .tipText2 {
    display: inline-block;
    width: 355px;
    height: 55px;
    position: absolute;
    top: 240px;
    left: 50%;
    color: #fff;
    font-size: 34px;
    text-align: center;
    opacity: 0;
    margin-left: -177px;
    z-index: 10;
    font-weight: bold
}

.tipBox .tipText3 {
    display: inline-block;
    width: 353px;
    height: 44px;
    position: absolute;
    top: 290px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    left: 50%;
    opacity: 0;
    margin-left: -177px;
    z-index: 10
}
.tipBox .tipText4{
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: -50px;
    z-index: 10;
}

.tipBox .katong {
    display: inline-block;
    width: 300px;
    height: 426px;
    position: absolute;
    top: 370px;
    left: 81%;
    opacity: 0;
    margin-left: -177px;
    z-index: 11;
    cursor: pointer;
    background: url(../images/katong.png) no-repeat top center;
    background-size: cover
}

.tipBox span.tipIcon_1 {
    display: inline-block;
    width: 80px;
    height: 90px;
    background: url(../images/1.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_2 {
    display: inline-block;
    width: 86px;
    height: 90px;
    background: url(../images/2.png) no-repeat;
    background-size: cover;

    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_3 {
    display: inline-block;
    width: 102px;
    height: 90px;
    background: url(../images/3.png) no-repeat;
    background-size: cover;

    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_4 {
    display: inline-block;
    width: 80px;
    height: 90px;
    background: url(../images/4.png) no-repeat;
    background-size: cover;

    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_5 {
    display: inline-block;
    width: 86px;
    height: 110px;
    background: url(../images/5.png) no-repeat;
    background-size: cover;

    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_6 {
    display: inline-block;
    width: 80px;
    height: 90px;
    background: url(../images/6.png) no-repeat;
    background-size: cover;

    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_7 {
    display: inline-block;
    width: 80px;
    height: 90px;
    background: url(../images/7.png) no-repeat;
    background-size: cover;

    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_8 {
    display: inline-block;
    width: 80px;
    height: 90px;
    background: url(../images/8.png) no-repeat;
    background-size: cover;

    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_9 {
    display: inline-block;
    width: 86px;
    height: 90px;
    background: url(../images/9.png) no-repeat;
    background-size: cover;

    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_10 {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url(../images/10.png) no-repeat;
    background-size: cover;
    border-radius: 50px;
    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_11 {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: url(../images/11.png) no-repeat;
    border-radius: 50px;
    background-size: cover;
    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11;
    cursor: pointer
}

.tipBox span.tipIcon_12 {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #ccc;
    border-radius: 50px;
    position: absolute;
    top: 305px;
    left: 305px;
    z-index: 11
}

.tipBox span.tipIcon_13 {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #ccc;
    border-radius: 50px;
    position: absolute;
    top: 500px;
    left: 900px;
    z-index: 11
}

.tipBox span.tipIcon_14 {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #ccc;
    border-radius: 50px;
    position: absolute;
    top: 500px;
    left: 900px;
    z-index: 11
}

.tipBox span.tipIcon_15 {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #ccc;
    border-radius: 50px;
    position: absolute;
    top: 500px;
    left: 900px;
    z-index: 11
}

.tipBox .closeTip {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: url(../images/closetip.png) no-repeat;
    position: absolute;
    bottom: 100px;
    right: 200px;
    cursor: pointer;
    z-index: 11
}

#wave {
    background-size: 100%;
    text-align: center;
    margin: 0px;
    overflow: hidden;
    width: 100%;
    height: 510px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0
}

.slideRight {
    width: 300px;
    right: -200px;
    height: 525px;
    position: fixed;
    top: 20%;
    cursor: pointer
}

.slideRight .slideRightTitle {
    display: inline-block;
    background: url(../images/yaoqing.png) no-repeat;
    width: 100px;
    height: 525px;
    display: inline-block;
    background: #24ddba;
    border-radius: 45px 0 0 45px;
    position: relative;
    cursor: pointer
}

.slideRight .slideRightTitle b {
    position: absolute;
    width: 30px;
    top: 80px;
    left: 50%;
    margin-left: -13px;
    padding-top: 30px;
    font: normal 30px/30px "SimHei";
    color: #fff;
    writing-mode: tb-rl
}

.slideRight .slideRightIcon {
    background: #24ddba;
    width: 200px;
    height: 525px;
    padding-top: 0px;
    position: absolute;
    right: 0;
    top: 0px;
    border-left: 1px solid #13a6bd
}

.slideRight .slideRightIcon span {
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 160px
}

.slideRight .slideRightIcon .indexIcon {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url(../images/index_icon.png) no-repeat center 10px;
    background-size: cover;
    text-align: center
}

.slideRight .slideRightIcon .indexIcon1 {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url(../images/index_icon1.png) no-repeat center 10px;
    background-size: cover
}

.slideRight .slideRightIcon .indexIcon2 {
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url(../images/index_icon2.png) no-repeat center 10px;
    background-size: cover
}

.rotatePrev {
    -webkit-animation: rotatePrev 30s linear infinite;
    animation: rotatePrev 30s linear infinite
}

@-webkit-keyframes rotatePrev {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatePrev {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.rotateNext {
    -webkit-animation: rotateNext 30s linear infinite;
    animation: rotateNext 30s linear infinite
}

@-webkit-keyframes rotateNext {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rotateNext {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(-360deg)
    }
}
